Blazor コントロール
CanReplaceRange メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : CanReplaceRange メソッド
The starting index of the item that would be replaced.
The items to be replaced.
Determines whether the items starting at the specified startingIndex can be replaced in the collection.
シンタックス
'宣言
 
Function CanReplaceRange( _
   ByVal startingIndex As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T) _
) As System.Boolean
System.bool CanReplaceRange( 
   System.int startingIndex,
   System.Collections.Generic.IEnumerable<T> items
)

パラメータ

startingIndex
The starting index of the item that would be replaced.
items
The items to be replaced.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ